Checks if the given point is within the bounds of the given polygon.
Namespace: MindFusion.Drawing
File: Graphics.js
SyntaxJavaScript
Copy Code
|
|---|
function pointInPoly (point, poly) |
The point to check.
The points describing the polygon.
See Also